home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / cl303w95.zip / CLUSTER.TXT < prev    next >
Text File  |  1996-06-30  |  4KB  |  105 lines

  1. ClusterView v3.03            30 June 1996          (C) Yves Roumazeilles
  2. ────────────────────────────────────────────────────────────────────────
  3.  
  4. ClusterView is a Windows 95 application designed to help handle text
  5. searching tasks in a group of large files. They can be either plain text
  6. files (like documentation files) or HTML source files (like those you
  7. can get back from Internet with the help of the "save page" feature of
  8. Netscape, Mosaic or the Internet Explorer). It's often difficult to
  9. handle all these different files, ClusterView allows to view them (for
  10. HTML files it provides a fast viewing mechanism with none of the flashy
  11. features of the full-fledged programs), and then to search in the group
  12. of files.
  13.  
  14. The most prominent features are:
  15.  
  16. - grouping of documents in a structure named "cluster". This allows to
  17. consult simultaneously various files you decide to link together
  18. according to your needs. Various operations (other than mere viewing)
  19. can be applied to the documents of a cluster. It's easy to build a
  20. cluster for all HTML documents of the cache directory for NetScape or
  21. Mosaic.
  22.  
  23. - approximative search based on Baeza-Yates algorithm to find a pattern
  24. which is only partly known (also known as search with erroneous
  25. patterns). For example, you can search for "pattern" with 1 error (at
  26. most) and it will match "pattern", "pittern" and "Pattern" while
  27. stepping over "lantern" (2 errors).
  28.  
  29. - search modelled on the Unix utility named GREP. It is particularly
  30. useful for complex searching with the help of its specific search
  31. "language" to describe the pattern you look for. For example, you can
  32. search for "^pattern" to look for "pattern" at the beginning of a line;
  33. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  34. into the Help file for an extensive description of the pattern language.
  35.  
  36. Both search methods are particularly useful to tackle large amounts of
  37. data when you are looking for important but difficult to locate data.
  38.  
  39. - files viewing is not limited by any constraints of size. You can be
  40. viewing anything you want (even gigabytes files if your computer has
  41. them readable - e.g. from a network).
  42.  
  43. - capability of using ClusterView over Windows 3.1 using the Win32s
  44. wrapping. This allows to get the 32-bit performance without upgrading
  45. to Win95 or WinNT.
  46.  
  47. - some display processing allows to filter/modify the presentation of
  48. data to the document window.
  49.  
  50. - most of the keyboard commands are similar to / compatible with the
  51. ones from the Unix utilities named MORE and LESS.
  52.  
  53. - last but not least, the uninstall procedure is included in the
  54. software itself.
  55.  
  56.  
  57.  
  58. The Windows help file gives detailed information about using it.
  59.  
  60. File List:
  61.  
  62.    CLUSTER.EXE  The executable file
  63.    CLUSTER.HLP  Help file
  64.    CLUSTER.TXT  This file
  65.    YGREP32.DLL  Support DLL
  66.  
  67.    YGREP.TXT    Description of the YGrep Search Engine support DLL
  68.    BITLIST.TXT  Description of the BitList Engine
  69.    ORDER.TXT    Minimal order form
  70.  
  71.  
  72. To install ClusterView, simply put all the files in any directory
  73. already included in your path (C:\WINDOWS is suggested). If you already
  74. have an earlier version of ClusterView, replace its old files by the new
  75. ones.
  76.  
  77. If Windows cannot find the DLL when the application is run, make sure it
  78. is either in the ClusterView directory, or in a directory on your path,
  79. and try again. Eventually, move YGREP32.DLL to the C:\WINDOWS directory.
  80.  
  81.  
  82. ** ClusterView is shareware.
  83. ** It it not Public Domain or Free.
  84.  
  85. See the help file for shareware information and extensive description of
  86. the registration steps (including a number of registration sites
  87. accepting 800-calls or credit cards; Including the SWREG registration
  88. forum of Compuserve).
  89.  
  90. If you cannot find the Help file and its registration forms, use the
  91. minimal form file ORDER.TXT and mail it with your payment to the address
  92. shown.
  93.  
  94.  
  95. If you find ClusterView useful, do the decent thing and register!
  96.  
  97.  
  98.  
  99. In return you will receive:
  100.     - the full ClusterView application (in its latest version),
  101.     - help file (in its latest version),
  102.     - sample cluster files for you to modify,
  103.     - a registration number to identify yourself,
  104.     - support thru Email and Fax.
  105.